home *** CD-ROM | disk | FTP | other *** search
Makefile | 2000-06-23 | 406 b | 19 lines |
-
- %.o: %.c
- m68k-palmos-gcc -Wall -I../TZUtils/ -O3 -c $< -o $@
-
- code0001.%.grc: %.o
- m68k-palmos-gcc $< -o $* -lNetSocket -L../TZUtils -ltzutils
- m68k-palmos-obj-res $*
- rm $*
-
- atache.prc: code0001.atache.grc
- txttobmp <atache.ico >tAIB03e8.bin
- txttobmp <atachesm.ico >tAIB03e9.bin
- build-prc atache.prc "Atache" HTSV *.grc *.bin
- rm *.grc
- ls -l *.prc
-
- clean:
- rm -f *.prc *.grc *.bin atache atache.o
-